| GUI Help > Other > mousePosX | ||||||||||||||
|
mousePosX |
||||||||||||||
| int x=mousePosX([handle gadget]) | ||||||||||||||
|
Description: Retrieves the X-coordinate of the mouse, either relative to the main window, or relative to the specified gadget. This command is more accurate than MouseX. MouseX uses the DirectX screen width, which is not always the same as the true width. For example if your desktop is 1024x768 pixels but the DBPro resolution is set to 640x480 stretched to fit, MouseX will report 640 when the mouse is at the right edge of the screen, mousePosX will return 1024. |
||||||||||||||
|
Return Value: X position of mouse. |
||||||||||||||
| Parameters: | ||||||||||||||
|
||||||||||||||
| Remarks:
|
||||||||||||||
| See Also:
|
||||||||||||||
|
Example: (Note: You will need to include the GUI constants file for this example to work) |